Post

Replies

Boosts

Views

Activity

Reply to Privacy manifest for xcframework with .a library
We have obtained information on how to resolve this issue. Solution: static embeded framework Embeded framework with static library copy own to app bundle, but the main binary will be replaced by some sort of stub from the original and remove unneeded resources(e.g. Headers). This allows you to tie a static library to a specific necesserary resource on framework form. Thus, the solution steps are as follows: transform our static library to static embeded framework.(framework target but "Mach-O Type: static Library" in Xcode setting) putting them together in xcframework. I hope Apple makes this well known...
Jan ’24